*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    width: 100%;
    height: 100%;
}
.box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 100!important;
}
.tan-box{
    width: 650px;
    height: 400px;
    background: url(../img/tc-bg.png)no-repeat;
    background-size: 100 100%;
    margin: 0 auto;
}

.title1 {
    display: inline-block;
    margin-left: 36%;
    font-size: 33.64px;
    padding-top: 5%;
    font-family: "FZLTTHJW";
    color: #f9d8b2;
    text-shadow: 1px 3px 0px rgba(160, 39, 28, 0.81);
    -moz-transform: matrix( 2.52055521173099,-0.17666769024911,0.17666769024911,2.52055521173099,0,0);
    -webkit-transform: matrix( 2.52055521173099,-0.17666769024911,0.17666769024911,2.52055521173099,0,0);
    -ms-transform: matrix( 2.52055521173099,-0.17666769024911,0.17666769024911,2.52055521173099,0,0);
    z-index: 9;
    text-align: center;
    margin-top: 10%;
  }
  .title2 {
    font-size: 25.504px;
    font-family: "FZLTZHJW";
    color: #f9d8b2;
    text-shadow: 2px 8px 0px rgba(160, 39, 28, 0.81);
    -moz-transform: matrix( 1.32983858597918,-0.09320942873842,0.09320942873842,1.32983858597918,0,0);
    -webkit-transform: matrix( 1.32983858597918,-0.09320942873842,0.09320942873842,1.32983858597918,0,0);
    -ms-transform: matrix( 1.32983858597918,-0.09320942873842,0.09320942873842,1.32983858597918,0,0);
    z-index: 22;
    text-align: center;
    padding-top: 7%;
  }
  .btn-box{
      width: 440px;
      height: 61px;
      margin: 0 auto;
      margin-top: 10%;
      display: flex;
      justify-content: space-around;
  }
  .btn1{
      text-decoration: none;
      display: block;
      width: 184px;
      height: 61px;
      background: url(../img/btn-bg.png)no-repeat;
      background-size: 100% 100%;
      text-align: center;
      line-height: 61px;
      font-size: 30px;
      color: white;
  }
  .text{
      display: block;
      float: left;
      margin-left: 16%;
  }
.bz{
    padding-left: 5%;
    display: block;
    margin-top: 10%;
    float: left;
}